WebdavSession Constructor (ICredentials) |
Initializes a new instance of the WebdavSession class.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic WebdavSession(
ICredentials credentials
)
Public Sub New (
credentials As ICredentials
)
Parameters
- credentials
- Type: System.NetICredentials
An ICredentials containing the authentication credentials
See Also